(set #bw-imageset-name "Black and White image set")
(set #keep-curr-imageset "Keep current")
(set #getimageset-prompt "Which default image set do you wish to use for MUIMine")
(set #getimageset-help
(cat "Image sets define the appearence of MUIMine by changing the bitmap imagery used to render the main MUIMine window elements.\n\n"
"The default image set are the image files used when no alternate image files are specified or when the specified image file is invalid for the object.\n\n"
"MUIMine comes with three standard default image sets. These are :-\n"
" Colour - recommended for 16 colour or greater Workbench\n"
" Magic Workbench - recommended if using Magic Workbench\n"
" Black & White - recommended for standard 4 colour Workbench\n\n"
"If a full set of default image files already exists in the install destination you are given the option of retaining the current image set. "
"Any existing image file is backed up if a new image set is selected.\n\n"
"You can select alternate image files to use from within the program."
)
)
(set #ato-doc-file-name "ato.readme")
(set #def-cat-mask #language-cat-mask-0)
(set #def-doc-mask #language-doc-mask-0)
) ; english
(if (= @language "deutsch")
(
(set #welcome
(cat "Welcome to the the Installation of the MUIMine!"
"\n\nSorry this script has not been translated to German."
" This only selects to install the German catalog and docs"
" by default."
)
)
(set #def-cat-mask #language-cat-mask-1)
(set #def-doc-mask #language-doc-mask-1)
)
) ; deutsch
(if (= @language "hrvatski")
(
(set #welcome
(cat "Welcome to the the Installation of the MUIMine!"
"\n\nSorry this script has not been translated to Croatian."
" This only selects to install the Croatian catalog by default."
)
)
(set #def-cat-mask #language-cat-mask-2)
(set #def-doc-mask #language-doc-mask-2)
)
) ; hrvatski
(if (= @language "italiano")
(
(set #welcome
(cat "Welcome to the the Installation of the MUIMine!"
"\n\nSorry this script has not been translated to Italian."
" This only selects to install the Italian catalog by default."
)
)
(set #def-cat-mask #language-cat-mask-3)
(set #def-doc-mask #language-doc-mask-3)
)
) ; italiano
(if (= @language "slovensko")
(
(set #welcome
(cat "Welcome to the the Installation of the MUIMine!"
"\n\nSorry this script has not been translated into Slovenian."
" This only selects to install the Slovenian catalog and docs"
" by default."
)
)
(set #def-cat-mask #language-cat-mask-4)
(set #def-doc-mask #language-doc-mask-4)
)
) ; slovensko
(if (= @language "nederlands")
(
(set #welcome
(cat "Welcome to the the Installation of the MUIMine!"
"\n\nSorry this script has not been translated into Dutch."
" This only selects to install the Dutch catalog and docs"
" by default."
)
)
(set #def-cat-mask #language-cat-mask-5)
(set #def-doc-mask #language-doc-mask-5)
)
) ; nederlands
(if (= @language "português")
(
(set #welcome
(cat "Welcome to the the Installation of the MUIMine!"
"\n\nSorry this script has not been translated into Português."
" This only selects to install the Português catalog and docs"
" by default."
)
)
(set #def-cat-mask #language-cat-mask-6)
(set #def-doc-mask #language-doc-mask-6)
)
) ; português
(if (= @language "ÃeÓtina")
(
(set #welcome
(cat "Welcome to the the Installation of the MUIMine!"
"\n\nSorry this script has not been translated into Czech."
" This only selects to install the Czech catalog by default."
)
)
(set #def-cat-mask #language-cat-mask-7)
(set #def-doc-mask #language-doc-mask-7)
)
) ; ÃeÓtina
;
; these strings are for file names and are independent of the language